Caption = "3DTAB - Freeware for VB from Exile Software"
ClientHeight = 3270
ClientLeft = 1545
ClientTop = 1995
ClientWidth = 6045
Height = 3675
Icon = MAINFORM.FRX:0000
KeyPreview = -1 'True
Left = 1485
LinkTopic = "Form1"
ScaleHeight = 218
ScaleMode = 3 'Pixel
ScaleWidth = 403
Top = 1650
Width = 6165
Begin Image i
Height = 735
Index = 5
Left = 3840
Picture = MAINFORM.FRX:0302
Top = 2040
Width = 1080
End
Begin Image i
Height = 735
Index = 4
Left = 3840
Picture = MAINFORM.FRX:0A60
Top = 1200
Width = 1080
End
Begin Label l
Alignment = 2 'Center
Caption = "Click picture to see sample controls."
Height = 255
Index = 1
Left = 720
TabIndex = 1
Top = 2880
Width = 4455
End
Begin Image i
Height = 735
Index = 3
Left = 2400
Picture = MAINFORM.FRX:11BE
Top = 2040
Width = 1080
End
Begin Image i
Height = 735
Index = 2
Left = 2400
Picture = MAINFORM.FRX:191C
Top = 1200
Width = 1080
End
Begin Image i
Height = 735
Index = 1
Left = 960
Picture = MAINFORM.FRX:207A
Top = 2040
Width = 1080
End
Begin Image i
Height = 735
Index = 0
Left = 960
Picture = MAINFORM.FRX:27D8
Top = 1200
Width = 1080
End
Begin Label l
Caption = " 3DTAB allows you to add a tab control to a VB project using VB code. The control can be added to 'dialog'-type forms, to sizeable forms, and to forms which contain other controls. It's fast, customizable, and best of all, it's still free!"
Height = 855
Index = 0
Left = 360
TabIndex = 0
Top = 240
Width = 5535
End
Option Explicit
Sub Command1_Click ()
Unload Me
End Sub
Sub Form_DblClick ()
Unload Me
End Sub
Sub Form_KeyDown (KeyCode As Integer, Shift As Integer)